From: Keir Fraser Date: Fri, 24 Dec 2010 08:42:52 +0000 (+0000) Subject: blkif: add placeholder for packet extension to block interface X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11019 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=98592ae8b75bb54243ebe54d1300cb0e745fbe85;p=xen.git blkif: add placeholder for packet extension to block interface While the corresponding implementation has been in our trees for quite a while, it's in a state that doesn't make it suitable for submission, and the original author having left the company leaves open to find someone to complete this work. Yet to prevent problems with other interface extensions we'd like to keep the slot in the number space reserved for the purpose it has been serving here. Signed-off-by: Jan Beulich --- diff --git a/xen/include/public/io/blkif.h b/xen/include/public/io/blkif.h index 3e0c5abae3..52ad36a7b1 100644 --- a/xen/include/public/io/blkif.h +++ b/xen/include/public/io/blkif.h @@ -76,6 +76,11 @@ * "feature-flush-cache" node! */ #define BLKIF_OP_FLUSH_DISKCACHE 3 +/* + * Used in SLES sources for device specific command packet + * contained within the request. Reserved for that purpose. + */ +#define BLKIF_OP_RESERVED_1 4 /* * Maximum scatter/gather segments per request.